Platform Explorer / Nuxeo Platform LTS 2017 9.10

Component org.nuxeo.ecm.platform.ui.web.tag.fn.cache

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.ui.web.tag.fn.cache">

  <extension target="org.nuxeo.ecm.core.cache.CacheService" point="caches">

    <cache name="userDisplayName">
      <option name="maxSize">1000</option>
      <option name="concurrencyLevel">10</option>
      <ttl>30</ttl>
    </cache>

  </extension>

</component>